Welcome![Sign In][Sign Up]
Location:
Search - time series prediction

Search list

[OtherstepthatusetheLIBSVM

Description: 介绍了用支持向量机方法做时间序列回归和预测的步骤-introduces the SVM methods regression and time series prediction steps
Platform: | Size: 4195 | Author: 陈莹 | Hits:

[Other resourcePrediction_Volterra

Description: 混沌时间序列预测(chaotic time series prediction)中的Volterra级数一步预测 、Volterra级数多步预测方法
Platform: | Size: 12621 | Author: 李洁 | Hits:

[Windows DevelopTime

Description: Time series analysis and prediction
Platform: | Size: 352124 | Author: yanghaiyan | Hits:

[matlab预测系统

Description: 灰色预测模型称为CM模型,G为grey的第一个字母,M为model的第一个字母。GM(1,1)表示一阶的,一个变量的微分方程型预测模型。GM(1,1)是一阶单序列的线性动态模型,主要用于时间序列预测。 一、GM(1,1)建模 设有数列 共有 个观察值 对 作累加生成,得到新的数列 ,其元素 (5-1) 有: 对数列 ,可建立预测模型的白化形式方程, (5-2) 式中: ——为待估计参数。分别称为发展灰数和内生控制灰数。设 为待估计参数向量 则 按最小二乘法求解, 有: (5-3) 式中: (5-4) (5-5) 将(5-3)式求得的 代入(5-2)式,并解微分方程,有 (1,1)预测模型为: (5-6)-gray forecasting model called CM model, the G-gray of a letter, the M model for the first letter. GM (1,1), a band of a variable type of differential equation models. GM (1,1) is a sequence of single-band linear dynamic model, mainly for time series prediction. A GM (1,1) model series with a total value of observation for the cumulative production, to a new series of its elements (5-1) : The series, we can establish the prediction model albino form of equation (5-2) where : -- to question the estimated parameters. The development will be known as the gray and hygiene control within a few gray. Set parameters to be estimated according to Vector least squares method, are : (5-3) where : (5-4) (5-5) (5-3) that obtained in lieu of income (5-2) - and solutions differential equations, (1 1) Fore
Platform: | Size: 2972 | Author: 罗军 | Hits:

[Mathimatics-Numerical algorithms混沌时间序列预测

Description: 1、该工具箱包括了混沌时间序列分析与预测的常用方法,有: (1)产生混沌时间序列(chaotic time series) Logistic映射 - \ChaosAttractors\Main_Logistic.m Henon映射 - \ChaosAttractors\Main_Henon.m Lorenz吸引子 - \ChaosAttractors\Main_Lorenz.m Duffing吸引子 - \ChaosAttractors\Main_Duffing.m Duffing2吸引子 - \ChaosAttractors\Main_Duffing2.m Rossler吸引子 - \ChaosAttractors\Main_Rossler.m Chens吸引子 - \ChaosAttractors\Main_Chens.m Ikeda吸引子 - \ChaosAttractors\Main_Ikeda.m MackeyGLass序列 - \ChaosAttractors\Main_MackeyGLass.m Quadratic序列 - \ChaosAttractors\Main_Quadratic.m (2)求时延(delay time) 自相关法 - \DelayTime_Others\Main_AutoCorrelation.m 平均位移法 - \DelayTime_Others\Main_AverageDisplacement.m (去偏)复自相关法 - \DelayTime_Others\Main_ComplexAutoCorrelation.m 互信息法 - \DelayTime_MutualInformation\Main_Mutual_Information.m (3)求嵌入维(embedding dimension) 假近邻法 - \EmbeddingDimension_FNN\Main_FNN.m Cao方法 - \EmbeddingDimension_Cao\Main_EmbeddingDimension_Cao.m (4)同时求时延与嵌入窗(delay time & embedding window) CC方法 - \C-C Method\Main_CC_Luzhenbo.m (5)求关联维(correlation dimension) GP算法 - \CorrelationDimension_GP\Main_CorrelationDimension_GP.m (6)求K熵(Kolmogorov Entropy) GP算法 - \KolmogorovEntropy_GP\Main_KolmogorovEntropy_GP.m STB算法 - \KolmogorovEntropy_STB\Main_KolmogorovEntropy_STB.m (7)求最大Lyapunov指数(largest Lyapunov exponent) 小数据量法 - \LargestLyapunov_Rosenstein\Main_LargestLyapunov_Rosenstein1.m \LargestLyapunov_Rosenstein\Main_LargestLyapunov_Rosenstein2.m \LargestLyapunov_Rosenstein\Main_LargestLyapunov_Rosenstein3.m \LargestLyapunov_Rosenstein\Main_LargestLyapunov_Rosenstein4.m (8)求Lyapunov指数谱(Lyapunov exponent spectrum) BBA算法 - \LyapunovSpectrum_BBA\Main_LyapunovSpectrum_BBA1.m \LyapunovSpectrum_BBA\Main_LyapunovSpectrum_BBA2.m (9)求二进制图形的盒子维(box dimension)和广义维(genealized dimension) 覆盖法 - \BoxDimension_2D\Main_BoxDimension_2D.m \GeneralizedDimension_2D\Main_GeneralizedDimension_2D.m (10)求时间序列的盒子维(box dimension)和广义维(genealized dimension) 覆盖法 - \BoxDimension_TS\Main_BoxDimension_TS.m \GeneralizedDimension_TS\Main_GeneralizedDimension_TS.m (11)混沌时间序列预测(chaotic time series prediction) RBF神经网络一步预测 - \Prediction_RBF\Main_RBF.m RBF神经网络多步预测 - \Prediction_RBF\Main_RBF_MultiStepPred.m Volterra级数一步预测 - \Prediction_Volterra\Main_Volterra.m Volterra级数多步预测 - \Prediction_Volterra\Main_Volterra_MultiStepPred.m (12)产生替代数据(Surrogate Data) 随机相位法 - \SurrogateData\Main_SurrogateData.m 2、在matlab环境中首先运行install.m,将工具箱所在路径添加至matlab 3、各子目录下以Main_开头的文件即是主程序文件,直接按快捷键F5运行即可 4、工具箱中所有程序均在Matlab6.5和Matlab7.1环境中调试通过,不能保证在Matlab其它版本正确运行。 5、工具箱中部分功能为试用版,敬请谅解! 6、 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
Platform: | Size: 579972 | Author: niuchao0511 | Hits:

[matlab预测系统

Description: 灰色预测模型称为CM模型,G为grey的第一个字母,M为model的第一个字母。GM(1,1)表示一阶的,一个变量的微分方程型预测模型。GM(1,1)是一阶单序列的线性动态模型,主要用于时间序列预测。 一、GM(1,1)建模 设有数列 共有 个观察值 对 作累加生成,得到新的数列 ,其元素 (5-1) 有: 对数列 ,可建立预测模型的白化形式方程, (5-2) 式中: ——为待估计参数。分别称为发展灰数和内生控制灰数。设 为待估计参数向量 则 按最小二乘法求解, 有: (5-3) 式中: (5-4) (5-5) 将(5-3)式求得的 代入(5-2)式,并解微分方程,有 (1,1)预测模型为: (5-6)-gray forecasting model called CM model, the G-gray of a letter, the M model for the first letter. GM (1,1), a band of a variable type of differential equation models. GM (1,1) is a sequence of single-band linear dynamic model, mainly for time series prediction. A GM (1,1) model series with a total value of observation for the cumulative production, to a new series of its elements (5-1) : The series, we can establish the prediction model albino form of equation (5-2) where :-- to question the estimated parameters. The development will be known as the gray and hygiene control within a few gray. Set parameters to be estimated according to Vector least squares method, are : (5-3) where : (5-4) (5-5) (5-3) that obtained in lieu of income (5-2)- and solutions differential equations, (1 1) Fore
Platform: | Size: 3072 | Author: 罗军 | Hits:

[AI-NN-PR结果分析演示系统

Description: 用BP神经网络程序模拟销售预测,能对销售数据进行时间序列预测,采用VC实现-BP neural network simulation sales forecasts, sales data can be right for time series prediction, using VC
Platform: | Size: 221184 | Author: 杜昭翼 | Hits:

[Otherpredict_fun

Description: 基于均值生成函数时间序列预测算法程序 1. predict_fun.m为主程序 2. timeseries.m和 seriesexpan.m为调用的子程序 -function based on the mean generation time series prediction algorithm for a procedure. Predict_fun.m mainly procedures 2. Timeseries.m seriesexpan.m and called for the subprogram
Platform: | Size: 1024 | Author: helen14 | Hits:

[AI-NN-PRVolterraprediction

Description: 小数据量法求混沌吸引子最大Lyapunov指数的Matlab程序,参考文献:张家树.混沌时间序列的Volterra自适应预测.物理学报.2000.03-small data method for chaotic attractor largest Lyapunov exponent of Matlab procedures References : Zhang Shu. The chaotic time series Volterra adaptive prediction. Physics reported .2000.03
Platform: | Size: 8192 | Author: 江维 | Hits:

[AI-NN-PRwavenoise

Description: 使用小波熵法对电力负荷时间序列进行预测。-using wavelet entropy method of load time series prediction.
Platform: | Size: 8192 | Author: 肖勇 | Hits:

[Other systemss23uan

Description: 本程序时基于混沌理论和ELMAN神经网络的短期负荷预测,能取得很好的预测效果,直接使用该程序就能实现电力短期负荷预测,同样使用于其他类型的时间序列预测-the procedures based on chaos theory and neural networks ELMAN short-term load forecasts, can be achieved very good results forecast, the direct use of the procedure we will be able to realize short-term power load forecasting, the same used in other types of time series prediction
Platform: | Size: 1024 | Author: sunyan | Hits:

[matlabChaosToolbox1p0_trial

Description: 混沌时间序列分析与预测工具箱 Version1.0 (Chaotic Time Series Analysis and Prediction Matlab Toolbox - version 1.0) -chaotic time series analysis and forecasting toolbox Version1.0 (Chaotic Time Series Analysis and Prediction of Matlab Toolbox- version 1.0)
Platform: | Size: 429056 | Author: xujia | Hits:

[Software EngineeringVolterra

Description: 基于Cholesky分解的混沌时间序列Volterra预测-based on the Cholesky decomposition Volterra chaotic time series prediction
Platform: | Size: 84992 | Author: 四度 | Hits:

[OtherstepthatusetheLIBSVM

Description: 介绍了用支持向量机方法做时间序列回归和预测的步骤-introduces the SVM methods regression and time series prediction steps
Platform: | Size: 4096 | Author: 陈莹 | Hits:

[Finance-Stock software systemGARCH

Description: 对GARCH-t模型参数的估计,主要是运用已有的股票数据估计参数-GARCH-t model for the estimated parameters, mainly the use of stock data has been estimated parameters
Platform: | Size: 3072 | Author: 董晓伟 | Hits:

[Windows DevelopTime

Description: Time series analysis and prediction
Platform: | Size: 352256 | Author: yanghaiyan | Hits:

[Othersvm_presentation

Description: 基于 SVM 时间序列预测 教案 支持向量机 Support Vector Machines,SVM-Time Series Prediction Based on SVM Support Vector Machine Lesson Plan Support Vector Machines, SVM
Platform: | Size: 713728 | Author: 王刚 | Hits:

[AI-NN-PRChaos_Prediction

Description: 混沌时间序列分析与预测源代码。具有产生混沌时间序列,求时延,求嵌入维,求关联维,求K熵,求Lyapunov指数谱,求二进制图形的盒子维和广义维,求时间序列的盒子维和广义维,混沌时间序列预测等项功能。-Chaotic time series analysis and prediction of the source code. Has generated chaotic time series, and delay, and embedding dimension, and correlation dimension, and K-entropy, and Lyapunov exponent spectra, and the binary graphics box peacekeeping generalized dimensions, and time series of box-dimensional and generalized dimension, chaotic time series prediction functions.
Platform: | Size: 579584 | Author: 李志 | Hits:

[matlab103244862matlabForcast

Description: 混沌时间序列的预测matlab例程,自己编的,希望大家不要见笑-Chaotic time series prediction matlab routines, own, and hope that we will not stock
Platform: | Size: 23552 | Author: 朱文俊 | Hits:

[Othergray_system

Description: 利用灰色系统进行预测的几篇好论文: BP神经网络_灰色系统联合模型预测软基沉降量 非线性时间序列神经网络预测方法的研究及应用 股票投资价值灰色马尔可夫预测 股票投资价值灰色系统模型及应用 灰色关联神经网络模型在股指预测中的应用 灰色理论与模型及在车辆拥有量预测中的应用 灰色神经网络交通事故预测比较 灰色神经网络预测模型的应用 灰色-神经网络综合预测模型-Gray prediction system using a few good papers: BP neural network system _ a joint model gray soft ground settlement prediction of nonlinear time series prediction method of neural network research and application of the gray value of equity investments Markov prediction value of the equity investments of the gray system Application of gray relational model and neural network model in forecasting stock gray theory and model and prediction of vehicle ownership in the application of gray neural network traffic prediction compare gray neural network prediction model of the application of gray- the integrated neural network prediction model
Platform: | Size: 883712 | Author: yujian | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 21 »

CodeBus www.codebus.net